home *** CD-ROM | disk | FTP | other *** search
/ The Game Master (3rd Edition) / The Game Master 3rd edition.iso / files / demo_vga / aquarium / readme.doc < prev    next >
Encoding:
Text File  |  1992-12-18  |  9.9 KB  |  235 lines

  1.                        AQUARIUM (c) 1991, 1992
  2.  
  3. Reading the README.DOC file with VIEW.COM program.
  4.  
  5.   o  Use the UP/DOWN,  PG UP/PG DOWN,  HOME/END, LEFT/RIGHT keys to navigate
  6.      thru the document.
  7.   o  Use the ESC key to exit out of VIEW.COM back to DOS.
  8.   o  VIEW.COM can be used to read any text document file.
  9.   o  SYNTAX:    VIEW [drive][path] textfile.doc
  10.               Where textfile.doc is any text based file to view.
  11.               Where path is optional if VIEW.COM resides in the same
  12.                     directory the textfile exists.  To read a text file
  13.                     that is not in the same directory that VIEW.COM program
  14.                     is,  just simply include the entire path.
  15.               Where drive is the location of the textfile.  If the textfile.doc
  16.                     is on the current drive then the drive is not needed.
  17.                     ex:  VIEW A:\README.DOC
  18.                     The textfile README.DOC is on the floppy in drive A:
  19.                     in the root directory.
  20.  
  21. Remember use the ESC key to exit.
  22.  
  23. ------------------------------------------------------------------------
  24.                           AQUARIUM
  25.  
  26. Discription:
  27.  
  28. AQUARIUM turns your monitor into a eye-catching fish tank.
  29. Aquariums are a proven method of relaxing.   This realistic aquarium
  30. lets you control the number and type of fish, display floating messages
  31. in the background, make the fish change direction,  and more.
  32. Includes both a display and screen save mode of operation.
  33.  
  34. Minimum requirements:
  35.  
  36.      XT IBM compatible
  37.      EGA color monitor with 256K video memory
  38.      DOS 2.1 or greater
  39.      292k DOS memory
  40.  
  41.      Mouse is OPTIONAL
  42.  
  43. Compatability:
  44. In order to move large amounts of objects,  while in high resolution
  45. EGA screen mode 640 x 350,  all the video routines were written in
  46. assembly code.  Further,  direct writes to the video registers had
  47. to be performed.
  48. AQUARIUM has been tested on NCR, ZENITH, MIT, GATEWAY, PACKARD BELL,
  49. EVEREX, COMPAC, EPSON, TECH486, and MAX  machines succesfully.
  50.  
  51. About AQUARIUM:
  52. Aquarium is a real attention getter.
  53. No matter what message I put on my screen IT GETS READ.....
  54.  
  55. You may notice some changes to AQUARIUM.   The most recent addition
  56. was BIG Eyes, Divers Bell, Flood Lite, Seahorse, and the new crate wall-
  57. paper for the Control Panel.
  58.  
  59. BIG EYES was origionally a small OSCAR, but experimenting with cartoon
  60. looking features resulted in the BIG EYES creature.  The Flood Lite
  61. will slow the action down if you are running on an XT (8086) machine.
  62. You may want to avoid using the Flood Lite except with sparcely populated
  63. aquariums.
  64. _________________________________________________________________________
  65.              INSTALLING AQUARIUM ON YOUR HARD DISC
  66.  
  67.     o    Insert the AQUARIUM diskette in drive A: and close the door.
  68.          Next, log onto drive A: by typing 'A:' followed by ENTER key.
  69.  
  70.     o    Start the installation by typing  'INSTALL C:'
  71.  
  72.                    Syntax:   INSTALL Drive:
  73.  
  74.         Where 'Drive:' is the drive letter of the hard disk drive
  75.         where you wish to install this program.
  76.         Such as   C:  or  D:  ect.
  77. _________________________________________________________________________
  78.                     SITE LICENSE INFORMATION
  79.  
  80. Information about a SITE License is available in the file SITE.DOC.
  81. View the SITE.DOC by using the included VIEW.COM program.
  82.  
  83. Type:                  VIEW SITE.DOC         (Press Enter key)
  84.  
  85. Use the arrow up, down, pg up, down to browse.
  86. To exit the VIEW program press ESC key.
  87.  
  88. To print out the SITE.DOC document, use the DOS copy command.
  89. Put printer ON LINE first.
  90.  
  91. Type:                COPY SITE.DOC LPT1      (Press Enter key)
  92.  
  93. ______________________________________________________________________
  94.  
  95.                    QUICK STARTING AQUARIUM
  96. If you want to run AQUARIUM without stopping at the control panel
  97. screen then start AQUA with the /R switch as follows:
  98.  
  99. C:> AQUA /R
  100.  
  101. This is handy if you want to launch AQUARIUM from a single ICON click
  102. while in Windows.  With your registered version,  the last configuration
  103. when AQUARIUM was exited will be the current configuration invoked here.
  104. _________________________________________________________________________
  105.  
  106.                    RUNNING FROM A BATCH FILE
  107. To run AQUARIUM from a batch file include these two lines:
  108.                        CD C:\AQUARIUM
  109.                        AQUA [/R]
  110.  
  111. Note: The [/R] is optional.
  112.       C: = drive (replace with d:  if using D drive etc.)
  113.       CD = DOS command to Change Directory
  114.       AQUA =  The AQUARIUM program
  115. Assuming you have loaded Aquarium files onto your hard drive in the
  116. directory called AQUARIUM, if not replace the directory \AQUARIUM with the
  117. appropriate directory name.
  118.  
  119. _________________________________________________________________________
  120.  
  121.                    RUNNING AQUARIUM FROM WINDOWS 3.x
  122.  
  123. AQUARIUM is a DOS program and should be configured in WINDOWS as a DOS
  124. program group, and will carry a DOS icon.  Since AQUARIUM is not a WINDOWS
  125. application, AQUARIUM will take over the screen completely.
  126. Upon exiting AQUARIUM you will return to the WINDOWS environment.
  127. To set up for running AQUARIUM in WINDOWS, do the following:
  128.  
  129.     o   From the Program Manager, select the NON-WINDOWS APPLICATION icon
  130.         and maximize this window.
  131.     o   Open the FILE menu and select NEW.  (NEW PROGRAM OBJECT)
  132.     o   Select PROGRAM ITEM.
  133.         You will now be in the Program Item Properties window.
  134.  
  135.         In the Description box  put            AQUARIUM
  136.         In the Command Line box put            C:\AQUARIUM\AQUA [/R]
  137.  
  138.         Where C: is equal to the drive where AQUARIUM program is located.
  139.         Where \AQUARIUM\ is the path (directory) where AQUARIUM files are.
  140.         Where AQUA is the AQUARIUM program.
  141.         Where /R is optional.  If you want to start animation immediately
  142.         without stopping at the Control Panel then include the /R. If not
  143.         then use C:\AQUARIUM\AQUA  only.
  144.     o   Select the OK button.  If there were no errors then you will now
  145.         see the DOS icon for AQUARIUM.  To run AQUARIUM, double click on
  146.         the AQUARIUM icon.  Upon exiting AQUARIUM you will return back
  147.         to WINDOWS.
  148.  
  149.  
  150. _________________________________________________________________________
  151.  
  152. When our space shuttle put the jelly fish into orbit, I had AQUARIUM
  153. running on our work PC with lots of jelly fish and the caption:
  154.  
  155.            WE HAVE OBTAINED ORBITAL VELOCITY.......
  156.  
  157. AQUARIUM was fun program to develop, but not as much fun as watching
  158. other people see it for the first time.
  159.  
  160.  
  161.                         THE RACE IS ON
  162. Put some mixture of fish in your Aquarium, then hold down the right-
  163. arrow key to move all the fish to the right side of the Aquarium,
  164. waiting until all fish are far right as possible, then release the
  165. right-arrow key.  This now starts the official RACE across the Aquarium.
  166. The first one to the treasure chest wins!
  167.  
  168.  
  169.                         AQUARIUM TRIVIA
  170. The treasure chest contains valuable jewels, but rumor has it that the
  171. chest is haunted by the remains of a thirsty pirate who has the taste
  172. for RUM.
  173. If this pirate drank too much, then it might explain why the sea weeds are
  174. planted in different locations each time AQUARIUM is started.....
  175.  
  176.               AQUARIUM IS NOT AN AUTOMATIC SCREEN SAVER
  177. I have had a lot of requests that AQUARIUM be made TSR (Terminate and Stay
  178. Resident) in order to "automatically" take over the screen when there is
  179. no keyboard activity.  New program release AquaTSR(c), read below.
  180.  
  181. AQUARIUM was origionally made for just entertainment,  but having the ability
  182. to display objects that DO NOT remain in one spot qualifies AQUARIUM as having
  183. screen saving abilities, but in no way automatic.   When selecting the Screen
  184. Save button, while in the Control Panel, tells AQUARIUM not to display
  185. stationary objects during animation.  This button does not cause AQUARIUM to
  186. remain in memory (resident) when exiting the program.
  187.  
  188.  
  189. At work I have had people display the message
  190.  
  191.           "ON VACATION, BE BACK THURSDAY, JUNE ...."
  192.  
  193. and leave AQUARIUM running for 1 or 2 weeks.  I don't recommend this, but
  194. when leaving you PC for several hours,  you should use some method
  195. of protection from burning images onto the screen.  This could include
  196. turning down the brightness, powering off only the monitor, or starting up
  197. AQUARIUM with screen save mode selected.
  198.  
  199. ------------------------------------------------------------------------------
  200.                     AquaTSR(c) NEW RELEASE
  201.  
  202. Due to the large request to use AQUARIUM as an AUTOMATIC screen saver, I
  203. have now created a TSR (Terminate & Stay Resident) program called AquaTSR(c).
  204. AquaTSR will require DOS 3.x and will NOT be compatible with Microsoft
  205. WINDOWS.   AquaTSR is now ready for distribution.
  206.  
  207. AquaTSR(c) features many of the fish you currently enjoy in AQUARIUM.
  208. AquaTSR can be unloaded from a batch file, so that if you want to start up
  209. WINDOWS you can unload AquaTSR first and then load it up again when you
  210. finish WINDOWS automatically.
  211.  
  212. Description:
  213.     An automatic screen saving program that features many of the creatures
  214.     swimming in the AQUARIUM program such as Seahorse, Divers Bell, Oscar,
  215.     Angel and more.  Not compatible with WINDOWS.  The AquaTSR Control
  216.     Panel (AQUACP.EXE) lets you select fish, create messages, unload and
  217.     load the AquaTSR program etc.
  218.  
  219. AquaTSR minimum requirements:
  220.     DOS 3.x or higher
  221.     XT turbo machine (10mhz)
  222.     190K cpu memory,  4.6k when resident!
  223.     EGA or VGA color monitor, with 256K video memory
  224.     Hard Drive with 840k available- this includes space for program swap
  225.                                     and video file save when AquaTSR is
  226.                                     activated.
  227.     Registration is $15.95  (USA currency)
  228.     Ask your local BBS or Shareware distributers for a demo copy.
  229.  
  230.  
  231. Regards
  232. Ron Gray
  233.  
  234.  
  235.